home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11300 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  776 b 

  1. Path: newsfeeder.netgate.net!usenet
  2. From: Tamara Johnson <malihini@netgate.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: ?? How to dump text files to screen ?? - Showit.c [01/01]
  5. Date: 23 Mar 1996 01:17:44 GMT
  6. Organization: NetGate Communications
  7. Message-ID: <4ivjfo$gb4@ss.netgate.net>
  8. References: <31430CE8.469E@aol2.com> <4iddva$aic@sue.cc.uregina.ca> <314A70FF.4EC8@hsc.unt.edu> <4iocgq$kep@kryten.awinc.com> <315321FA.35A4@netscape.com>
  9. NNTP-Posting-Host: d21.netgate.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
  14.  
  15. system( "type value1.txt" );
  16.               ^^^^^^^^^^
  17.               your file name
  18.  
  19. (Got out of MS Visual C++ help file
  20.  in the fprintf example).
  21.  
  22. (New at C)
  23. Tamara
  24.  
  25.